runtime.traceStringTable.buf (field)

6 uses

	runtime (current package)
		tracestring.go#L18: 	buf  *traceBuf // string batches to write out to the trace.
		tracestring.go#L60: 	w := unsafeTraceWriter(gen, t.buf)
		tracestring.go#L77: 	t.buf = w.traceBuf
		tracestring.go#L86: 	if t.buf != nil {
		tracestring.go#L89: 			traceBufFlush(t.buf, gen)
		tracestring.go#L92: 		t.buf = nil